Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_class_methods
get_class_methods
Returns an array of method names of the class
Name:
get_class_methods
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Returns an array of method names of the class
Related
How to Check PHP Version and Configuration on CentOS System
8
Tips for using apcu_entry's callback function: How to generate data when the cache does not exist
4
get_include_path() and get_cfg_var() to obtain the included path in the PHP configuration
3
A Detailed Guide to the u() Method in ThinkPHP and Its Usage
4
Similar Functions
class_exists
class_exists
Checkiftheclassisdef
is_subclass_of
is_subclass_of
Checkswhethertheobje
get_parent_class
get_parent_class
Returnstheparentclas
get_declared_interfaces
get_declared_interfaces
Returnanarraycontain
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_called_class
get_called_class
Thenameofthe"La
is_a
is_a
Checkifanobjectbelon
property_exists
property_exists
Checkifanobjectorcla
Popular Articles